home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / CodeWarrior Lite / Metrowerks C⁄C++ Lite / Headers / System Extras Headers / GX Headers / graphics toolbox library.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  742 b   |  36 lines  |  [TEXT/MMCC]

  1. /*
  2.     File:        graphics toolbox library.h
  3.  
  4.     Copyright:    © 1984-1994 by Apple Computer, Inc., all rights reserved.
  5.  
  6.     WARNING
  7.     This file was auto generated by the interfacer tool. Modifications
  8.     must be made to the master file.
  9.  
  10. */
  11.  
  12. #ifndef graphicsToolboxLibraryIncludes
  13. #define graphicsToolboxLibraryIncludes
  14.  
  15.     #ifndef graphicsTypesIncludes
  16. #include "graphics types.h"
  17. /*    #include "math types.h"                                        */
  18. /*        #include <Types.h>                                        */
  19. /*            #include <ConditionalMacros.h>                        */
  20. /*            #include <MixedMode.h>                                */
  21. /*                #include <Traps.h>                                */
  22.     #endif
  23.  
  24.      #ifdef __cplusplus
  25. extern "C" {
  26.     #endif
  27.  
  28. #include "font types.h"
  29. extern long AddResFileFonts(short resFileID, gxFont **fontHandleOrNil);
  30.     #ifdef __cplusplus
  31. }
  32.     #endif
  33.  
  34. #endif
  35.  
  36.